<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{color: #ffffff;font-size: 22px;}

.h_top {position: fixed;top: 0;width: 100%;z-index: 999;border-bottom: 1px #d9d9d9 solid;}
.h_top .top {background: none;width: 94%;height: 66px;left: 3%;margin-left: 0px;}
.h_top .top .logo, .h_top .top .header2_right {display: none;}
.h_top .top .menu {top: 10px;background: url("home_top_l2.png") left center no-repeat;padding-left: 32px;margin-left: 18px;height: auto;}
.h_top .top .menu ul li .mu a:hover, .h_top .top .menu ul li .mu a.current, .h_top .top .menu ul li:hover .mu a {padding-bottom: 10px;}
.h_top .top .menu ul li ul {top: 57px;}
.h_top.white {border-bottom: 1px rgba(255,255,255,.2) solid;}
.h_top.white .top .menu {background: url("home_top_l.png") left center no-repeat;}
.h_top.white .top .menu ul li .mu a {color: #ffffff;}/** home_banner_ico_ov **/
#content .xx {background: #000000;width: 1px;height: 100%;left: 3%;position: absolute;bottom: 0;z-index: 999;opacity: .1;}
#content.white .xx {background: #ffffff;opacity: .3;}
.h_footer {background: #ffffff;width: 100%;height: 100px;min-height: 100px;position: fixed;bottom: 0;z-index: 999;border-top: 1px #d9d9d9 solid;}
.h_footer .xx {background: #000000;width: 1px;height: 100%;left: 3%;position: absolute;bottom: 0;z-index: 999;opacity: .1;}
.h_footer .h_ft_logo {margin-left: 3%;width: 335px;height: 100px;background: url("foot_logo.jpg") left center no-repeat;}
.h_footer .foot {border-left: 1px #e5e5e5 solid;margin-left: 24px;margin-top: 24px;padding-left: 24px;font-size: 16px;line-height: 30px;color: #000000;}
.h_footer .h_SectionBtn {background: #ffffff;width: 20%;height: 100px;border-left: 1px #ebeae7 solid;text-align: center;right: 18%;color: #000000;position: absolute;}
.h_footer .h_SectionBtn .sBtn {width: 40%;height: 100px;border-right: 1px #ebeae7 solid;text-align: center;position: relative;float: left;}
.h_footer .h_SectionBtn .sBtn .up   {cursor: pointer;width: 100%;height: 22px;background: url("h_SectionUp0.png") center no-repeat;text-align: center;display: inline-block;margin-top: 26px;}
.h_footer .h_SectionBtn .sBtn .down {cursor: pointer;width: 100%;height: 22px;background: url("h_SectionDown0.png") center no-repeat;text-align: center;display: inline-block;}
.h_footer .h_SectionBtn .sBtn .up:hover   {background: url("h_SectionUp.png") center no-repeat;}
.h_footer .h_SectionBtn .sBtn .down:hover {background: url("h_SectionDown.png") center no-repeat;}
.h_footer .h_SectionBtn .sTe {width: 60%;height: 100px;line-height: 100px;text-align: center;font-size: 14px;color: #000000;float: right;}
.h_footer .h_SectionBtn .sTe .n1 {font-weight: bold;font-size: 22px;color: #b51c24;}
.h_footer .h_ft_rt {background: rgba(103,49,63,.9);width: 18%;height: 100px;line-height: 100px;text-align: center;font-size: 14px;color: #ffffff;text-transform: uppercase;}
.h_footer .h_ft_rt img {vertical-align: middle;}
.h_footer.on {background: #67313f;border-top: none/*1px rgba(255,255,255,.3) solid*/;}
.h_footer.on .xx {background: #ffffff;opacity: .3;}
.h_footer.on .h_ft_logo {background: url("foot_logo_w.png") left center no-repeat;}
.h_footer.on .foot {border-left: 1px rgba(0,0,0,.1) solid;color: #ffffff;}
.h_footer.onRed {background: #b51c24;border-top: none/*1px rgba(255,255,255,.3) solid*/;}
.h_footer.onRed .h_ft_logo {background: url("foot_logo_w.png") left center no-repeat;}
.h_footer.onRed .foot {display: none;}
#fp-nav {display: none;}

.section {opacity: 0;}
.home_banner .swiper {position: absolute;width: 100%;height: 100%;top: 0;}
.home_banner .swiper .swiper-slide img {width: 100%;height: 100%;object-fit:cover;}
.home_banner .swiper .swiper-slide .info {width: 94%;position: absolute;bottom: 50%;left: 5%;z-index: 2;}
.home_banner .swiper .swiper-slide .info .t {font-size: 25px;color: #ffffff;line-height: 35px;}
.home_banner .swiper .swiper-slide .info .b {font-size: 65px;color: #ffffff;line-height: 66px;}
.home_banner .swiper .swiper-slide:nth-child(1) .info .t {color: #42413f;}
.home_banner .swiper .swiper-slide:nth-child(1) .info .b {color: #42413f;}
.home_banner .swiper .swiper-pagination {bottom: 42%;width: auto;left: 5%;}
.home_banner .swiper .swiper-pagination-bullet {width: 16px;height: 22px;background: url("home_banner_ico.png") center no-repeat;opacity: 1;}
.home_banner .swiper .swiper-pagination-bullet-active {background: url("home_banner_ico_ov.png") center no-repeat;opacity: 1;}
.home_banner .swiper-slide{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.home_banner .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.home_banner .swiper-slide .swiper-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.section2 .h_news_pic {width: 48%;position: absolute;top: 17%;left: 5%;height: 70%;padding-left: 5%;}
.section2 .h_news_pic .swiper {width: 100%;position: relative;}
/*.section2 .h_news_pic .swiper .swiper-wrapper {margin-left: 8%;}*/
.section2 .h_news_pic .swiper .swiper-slide {height: 100%;width: 100%;}
.section2 .h_news_pic .swiper .swiper-slide img {height: 440px;object-fit:cover;width: 100%;}
.section2 .h_news_pic .swiper .swiper-slide .info {position: relative;margin-top: 15px;}
.section2 .h_news_pic .swiper .swiper-slide .info .t {font-size: 24px;font-weight: bold;color: #ffffff;line-height: 35px;margin-bottom: 24px;}
.section2 .h_news_pic .swiper .swiper-slide .info .dt {font-size: 16px;opacity: .6;color: #ffffff;}
.section2 .h_news_pic .swiper .swiper-slide .info .more {font-size: 16px;margin-top: -32px;color: #ffffff;float: right;position: relative;padding-right: 32px;line-height: 32px;}
.section2 .h_news_pic .swiper .swiper-slide .info .more i {width: 22px;height: 32px;position: absolute;right: 0;background: url("home_news_more_ico.png") right center no-repeat;}
.section2 .h_news_pic .swiper-pagination {top: 34%;width: 30px;left: 0%;}
.section2 .h_news_pic .swiper-pagination-bullet {width: 100%;height: 8px;background: url("home_news_ico.png") bottom center no-repeat;opacity: 1;margin-bottom: 6px;}
.section2 .h_news_pic .swiper-pagination-bullet-active {height: 22px;background: url("home_news_ico.png") top center no-repeat;}

.section2 .h_news_bgr {width: 38%;position: absolute;top: 0%;right: 0%;height: 100%;background: #f5f6f7;}
.section2 .h_news_lis {width: 30%;position: absolute;top: 15%;right: 2%;height: 70%;z-index: 9;}
.section2 .h_news_lis .nmu {width: 100%;position: relative;border-bottom: 1px #c4c5c6 solid;height: 80px;line-height: 80px;}
.section2 .h_news_lis .nmu span {font-size: 24px;display: inline-block;margin-right: 3%;color: #555555;height: 80px;line-height: 80px;font-weight: bold;}
.section2 .h_news_lis .nmu span.on {color: #b51c24;border-bottom: 3px #b51c24 solid;}
.section2 .h_news_lis .nmu a.fr {font-size: 16px;text-decoration: underline;/*font-family: "å®‹ä½“";*/}
.section2 .h_news_lis .li ul li {font-size: 16px;color: #666666;text-align: left;line-height: 28px;position: relative;padding-left: 124px;margin-top: 40px;height: 77px;}
.section2 .h_news_lis .li .dt{font-size: 14px;color: #666666;text-align: left;line-height: 25px;position: absolute;left: 2px;width: 94px;padding: 1px 0;border-right: 1px #c8c8c9 dotted;top: 4px;}
.section2 .h_news_lis .li .dt div {text-align: center;width: 66px;line-height: 19px;}
.section2 .h_news_lis .li .dt span{color: #8a8a8a;display: inline-block;width: 100%;line-height: 18px;}
.section2 .h_news_lis .li .dt strong{color: #8a8a8a;font-size: 48px;line-height: 48px;display: inline-block;width: 100%;}
.section2 .h_news_lis .li .dt i{display: none;background: url("dot_view_dt.gif") bottom center no-repeat;width: 15px;height: 15px;margin-right: 4px;}
.section2 .h_news_lis .li ul li a {font-size: 18px;color: #333333;text-align: left;line-height: 28px;margin-top: 4px;display: inline-block;float: left;height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;}
/*.section2 .h_news_lis .li ul li:hover .dt span, .section2 .h_news_lis .li ul li:hover .dt strong {color: #000000;}*/
.section2 .h_news_lis .li ul li:hover a {color: #b51c24;font-weight: bold;}

.section3 .s3_1 {position: absolute;top: 140px;width: 30%;left: 0;opacity: 0}
.section3 .info {position: absolute;top: 120px;background: url("home_pic03_fzlc_ico.png") left top no-repeat;padding-left: 45px;width: 18%;/*320px*/min-width: 120px;opacity: 0;}
.section3 .info .t {color: #333333;font-size: 26px;line-height: 26px;margin-bottom: 12px;}
.section3 .info .t strong {color: #67313f;}
.section3 .info p {color: #434343;font-size: 18px;line-height: 26px;}
.section3 .s3_2 {margin-top: 15%;left: 10%;}
.section3 .s3_3 {background-position: right top;padding-left: 0px;padding-right: 45px;left: 36%;margin-top: 5%;text-align: right;}
.section3 .s3_3 .t {text-align: right;}
.section3 .s3_4 {right: 0;left: auto;margin-top: 4%;}
.section3 .s3_5 {left: 30%;background: url("home_pic03_fzlc_ico2.png") left top no-repeat;top: auto;bottom: 100px;margin-bottom: 4%;}
.section3 .s3_6 {right: 15%;background: url("home_pic03_fzlc_ico2.png") left top no-repeat;top: auto;left: auto;bottom: 100px;margin-bottom: 5%;}

.section4 .h_ywbk_sw {width: 95%;position: relative;top: 0%;left: 5%;height: 66%;margin-top: -45px;}
.section4 .h_ywbk_sw .h_rt_tit {width: 100%;position: relative;top: auto;left: 0;font-size: 55px;color: #000000;line-height: 55px;}
.section4 .h_ywbk_sw .ywbk_mu_l {width: 42%;position: relative;margin-top: -5px;}
.section4 .h_ywbk_sw .ywbk_mu_l .m {width: 100%;position: relative;}
.section4 .h_ywbk_sw .ywbk_mu_l .m a {margin-right: 52px;position: relative;display: inline-block;font-weight: bold;font-size: 45px;color: #e5dadd;float: left;}
.section4 .h_ywbk_sw .ywbk_mu_l .m a.on, .section4 .h_ywbk_sw .ywbk_mu_l .m a:hover {color: #67313e;}
.section4 .h_ywbk_sw .ywbk_mu_l .info {width: 100%;position: relative;margin-top: 30px;}
.section4 .h_ywbk_sw .ywbk_mu_l .info .t {font-size: 24px;color: #000000;line-height: 35px;margin-bottom: 14px;}
.section4 .h_ywbk_sw .ywbk_mu_l .info .wz {font-size: 18px;color: #666666;line-height: 30px;margin-bottom: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.section4 .h_ywbk_sw .ywbk_mu_l .info .wz * {font-size: 18px;color: #666666;line-height: 30px;}
.section4 .h_ywbk_sw .ywbk_mu_l .info .more {font-size: 16px;color: #000000;line-height: 32px;height: 32px;position: relative;width: 100px;}
.section4 .h_ywbk_sw .ywbk_mu_l .info .more i {width: 32px;background: url("home_more_ico.png") right center no-repeat;line-height: 32px;height: 32px;position: absolute;right: 0;}
.section4 .h_ywbk_sw .swiper {position: absolute;width: 55%;height: 100%;top: 0;right: 0;}
.section4 .h_ywbk_sw .swiper .swiper-slide  {width: 80%;height: 100%;margin-right: 60px;}
.section4 .h_ywbk_sw .swiper .swiper-slide .pic {width: 100%;height: 100%;object-fit:cover;}
.section4 .h_ywbk_sw .swiper .swiper-slide img {width: 100%;height: 100%;object-fit:cover;}
.section4 .h_ywbk_sw .swiper .swiper-slide:nth-child(1) .info .t {color: #42413f;}
.section4 .h_ywbk_sw .swiper .swiper-slide:nth-child(1) .info .b {color: #42413f;}
.section4 .h_ywbk_sw .swiper .swiper-button-prev, .section4 .h_ywbk_sw .swiper .swiper-button-next {top: 50%;width: 60px;height: 60px;background: #67313f;border-radius: 30px;}
.section4 .h_ywbk_sw .swiper .swiper-button-next {/*background: url("home_banner_ico.png") center no-repeat;opacity: 1;*/}
.section4 .h_ywbk_sw .swiper .swiper-button-prev {/*background: url("home_banner_ico.png") center no-repeat;opacity: 1;*/}

.section5 .link_lm {position: relative;width: 56%;left: 5%;float: left;margin-top: -45px;}
.section5 .link_lm ul li {line-height: 66px;height: 66px;background: url("home_link_ico.png") left center no-repeat;width: 100%;padding-left: 18px;}
.section5 .link_lm ul li span {font-size: 24px;color: #000000;display: inline-block;margin-right: 2%;}
.section5 .link_lm ul li a {font-size: 20px;color: #343434;display: inline-block;margin-right: 2.8%;}
.section5 .link_lm ul li a:hover {text-decoration: underline;}
.section5 .h_contact {position: relative;width: 30%;right: 2%;float: right;margin-top: -45px;}
.section5 .h_contact .h_rt_tit {border-bottom: 1px #c4c5c6 solid;padding-bottom: 14px;margin-bottom: 16px;}
.section5 .bg_ico {position: absolute;width: 28%;height: 60%;bottom: 110px;right: 28%;z-index: 99;background: url("home_contact_ico.png") bottom center no-repeat;background-size: 100% auto;}
.section5 .bgr {width: 38%;position: absolute;top: 0%;right: 0%;height: 100%;background: #f5f6f7;}



/*.section1 {background: url("home_banner01.jpg") top center no-repeat;background-size: 100% auto;}*/
.section2 {background: url("home_new_tit.png") left 70% no-repeat #824052;background-size: 70% auto;}
.section3 {background: url("home_pic03.jpg") top center no-repeat;background-size: 100% 100%;}
.section4 {background: #ffffff/*url("home_pic04.jpg") top center no-repeat*/;background-size: 100% auto;}
/*.section5 {background: url("home_pic05.jpg") top center no-repeat;background-size: 100% 100%;}*/
/*.section6 .footer{background: url("home_pic_foot.jpg") no-repeat;background-size: 100% auto;height: auto;}
.section6 .footer img{width: 100%;}*/
/*.section1 img,.section2 img,.section3 img,.section4 img,.section5 img {display: none;}*/


/*** å¸¸è§„é¦–é¡µ ***/
.home2_banner .swiper-container {position: relative;width: 100%;height: auto;max-height: 550px;}
.home2_banner .swiper-container .swiper-slide .info {width: 94%;position: absolute;top: 50%;margin-top: -60px;left: 50%;margin-left: -700px;}
.home2_banner .swiper-container .swiper-slide .info .t {font-size: 25px;color: #ffffff;line-height: 35px;}
.home2_banner .swiper-container .swiper-slide .info .b {font-size: 55px;color: #ffffff;line-height: 66px;}
.home2_banner .swiper-container .swiper-slide:nth-child(1) .info .t {color: #42413f;}
.home2_banner .swiper-container .swiper-slide:nth-child(1) .info .b {color: #42413f;}
.home2_banner .swiper-container .swiper-slide img {width: 100%;}
.home2_banner .swiper-container .swiper-pagination {bottom: 30px;}
.home2_banner .swiper-container .swiper-pagination-bullet {background: #FFFFFF;opacity: .6;}
.home2_banner .swiper-container .swiper-pagination-bullet-active {width: 40px;border-radius: 4px;background: #ec030d;opacity: 1;}

.h_rt_tit {font-size: 28px;}
.list .h_rt_tit {border-bottom: 1px #c9c7c4 solid;}
.main_top .list .h_rt_tit {border-bottom: none;}

.lishi .h_rt_tit {position: absolute;margin-top: 42px;}
.lishi .h_rt_tit strong {color: #ffffff;}
.lishi .lsSwiperS {width: 100%;height: 420px;position: relative;}
.lishi .lsSwiperS .swiper-wrapper {/*background: url("bg_lscl_mu_x.png") center no-repeat;*/}
.lishi .swiper-button-prev, .lishi .swiper-button-next {width: 66px;height: 66px;top: 50%;bottom: auto;margin-top: -33px;z-index: 999;}
.lishi .swiper-button-prev {background: url("h_left_1.png") center center no-repeat;left: 5%;}
.lishi .swiper-button-next {background: url("h_right_1.png") center center no-repeat;right: 5%;}
.lishi .swiper-button-prev:hover {background: url("left_2.png") center center no-repeat;}
.lishi .swiper-button-next:hover {background: url("right_2.png") center center no-repeat;}
.lishi .lsSwiperS .swiper-slide{width: 300px;padding-top: 80px;cursor: pointer;background-image: url("h_bg_lscl_mu_x.png");background-repeat: no-repeat;}
.lishi .lsSwiperS .swiper-slide:nth-child(1) {padding-top: 198px;background-position: -30px center;}
.lishi .lsSwiperS .swiper-slide:nth-child(2) {padding-top: 177px;background-position: -330px center;}
.lishi .lsSwiperS .swiper-slide:nth-child(3) {padding-top: 175px;background-position: -630px center;}
.lishi .lsSwiperS .swiper-slide:nth-child(4) {padding-top: 140px;background-position: -930px center;}
.lishi .lsSwiperS .swiper-slide:nth-child(5) {padding-top: 132px;background-position: -1230px center;}
.lishi .lsSwiperS .swiper-slide:nth-child(6) {padding-top: 126px;background-position: -1530px center;}
.lishi .lsSwiperS .swiper-slide:nth-child(7) {padding-top: 100px;background-position: -1830px center;}
.lishi .lsSwiperS .swiper-slide:nth-child(8) {padding-top: 98px;background-position: -2130px center;}
.lishi .lsSwiperS .swiper-slide:nth-child(9) {padding-top: 88px;background-position: -2430px center;}
.lishi .lsSwiperS .swiper-slide:nth-child(10) {padding-top: 56px;background-position: -2730px center;}
.lishi .lsSwiperS .swiper-slide .nians {font-size: 17px;color: #ffffff;padding-top: 6px;}
.lishi .lsSwiperS .swiper-slide .nians .w {line-height: 24px;margin-top: 3px;}
.lishi .lsSwiperS .swiper-slide .nians .nian_font {font-weight: bold;}
.lishi .lsSwiperS .swiper-slide .nians .wei {width: 8px;height: 8px;border-radius: 4px;background: #ffffff;margin-top: 16px;margin-left: 20px;}
.lishi .lsSwiperS .swiper-slide:nth-child(1) .nians .wei {margin-top: 24px;}
.lishi .lsSwiperS .swiper-slide:nth-child(2) .nians .wei,
.lishi .lsSwiperS .swiper-slide:nth-child(5) .nians .wei,
.lishi .lsSwiperS .swiper-slide:nth-child(8) .nians .wei {margin-top: 8px;}
/*.lishi .lsSwiperS .swiper-slide:nth-child(6) .nians .wei {margin-top: 10px;}*/
.lishi .lsSwiperS .swiper-slide-thumb-active .nians .w {display: none;}
.lishi .lsSwiperS .swiper-slide-thumb-active .nians .nian_font {font-size: 30px;color: #c7041c;margin-top: 0px;}
.lishi .lsSwiperS .swiper-slide-thumb-active .nians .wei {background: url('../images/dian_xuan.png'); width: 21px; height: 21px;top: 12px;}
/*.lishi .lsSwiperS .swiper-slide:nth-child(1).swiper-slide-thumb-active .nians .nian_font,
.lishi .lsSwiperS .swiper-slide:nth-child(4).swiper-slide-thumb-active .nians .nian_font {margin-top: 19px;}*/

.ywbkSwiperS {display: none;}
.ywbkSwiperS .swiper-container .swiper-slide{width: 30%;margin-right: 2%;}
.ywbkSwiperS .swiper-container .swiper-slide img{width: 100%; max-width: 252px;}
.ywbkSwiperS .swiper-container .swiper-slide div{width: 100%;height: 30px; background-color: rgba(0, 0, 0, 0.4);position: absolute;bottom: 0px; line-height: 30px; font-size: 15px; color: #fff; text-align: center;}




@media only screen and (min-width: 1040px) {

}
@media only screen and (max-width: 1440px) {
    .home2_bg {height: auto;}
    .home2_bg img {display: block;}
    .home2_banner .swiper-container .swiper-slide .info {left: 3%;margin-left: 0px;}
    .section2 .h_news_lis .layui-tab-content {height: 380px;}
}

@media only screen and (max-width: 960px) {

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{color: #ffffff;font-size: 18px;}

    .h_top {position: absolute;top: 0;width: 100%;border-bottom: none;}
    #content .xx {display: none;}
    .h_footer {background: #b81727;width: 100%;height: auto;min-height: auto;position: relative;bottom: 0;z-index: 999;border-top: none;}
    .h_footer .h_ft_logo {margin-left: 3%;width: 55%;height: auto;background: none;float: none;}
    .h_footer .h_ft_logo img {width: 100%;}
    .h_footer .h_ft_top {text-align: center;margin-top: -16px;color: #ffffff;text-transform: uppercase;position: absolute;right: 3%;top: 50%;}
    .h_footer .h_ft_top img {vertical-align: middle;}

    .h_rt_tit {font-size: 20px;}

    .section {position: relative;}

    .home_banner .swiper {position: relative;width: 100%;height: auto;top: 0;}
    .home_banner .swiper .swiper-slide img {width: 100%;height: auto;object-fit:none;}
    .home_banner .swiper .swiper-slide .info {text-align: center;bottom: 50%;left: 5%;z-index: 2;}
    .home_banner .swiper .swiper-slide .info .t {font-size: 24px;line-height: 35px;}
    .home_banner .swiper .swiper-slide .info .b {font-size: 34px;line-height: 46px;}
    .home_banner .swiper .swiper-slide:nth-child(2) .info .t {color: #42413f;}
    .home_banner .swiper .swiper-slide:nth-child(2) .info .b {color: #42413f;}
    .home_banner .swiper .swiper-pagination {bottom: 5%;width: 100%;left: 0%;}
    .home_banner .swiper .swiper-pagination-bullet {width: 10px;height: 10px;background: #ffffff;opacity: .6;}
    .home_banner .swiper .swiper-pagination-bullet-active {background: #b51c24;opacity: 1;}

    .section2 .h_news_pic {width: 94%;position: relative;padding-top: 6%;left: 3%;padding-bottom: 20%;padding-left: 0%;height: auto;}
    .section2 .h_news_pic .swiper .swiper-slide {height: auto;}
    .section2 .h_news_pic .swiper .swiper-slide img {height: auto;max-height: 300px;object-fit: cover;width: 100%;}
    .section2 .h_news_pic .swiper .swiper-slide .info {position: relative;margin-top: 15px;}
    .section2 .h_news_pic .swiper .swiper-slide .info .t {font-size: 18px;line-height: 28px;margin-bottom: 15px;}
    .section2 .h_news_pic .swiper .swiper-slide .info .dt {font-size: 14px;}
    .section2 .h_news_pic .swiper .swiper-slide .info .more {font-size: 14px;margin-top: -32px;padding-right: 32px;line-height: 32px;}
    .section2 .h_news_pic .swiper .swiper-slide .info .more i {width: 22px;height: 32px;}
    .section2 .h_news_pic .swiper-pagination {top: auto;width: 100%;bottom: 5%;}
    .section2 .h_news_pic .swiper-pagination-bullet {width: 8px;height: 8px;background: url("home_news_ico.png") bottom center no-repeat;opacity: 1;margin-bottom: 8px;}
    .section2 .h_news_pic .swiper-pagination-bullet-active {width: 22px;height: 22px;background: url("home_news_ico.png") top center no-repeat;margin-bottom: 0;}

    .section2 .h_news_bgr {display: none;}
    .section2 .h_news_lis {width: 100%;position: relative;padding-top: 6%;right: 0;height: auto;background: #ffffff;padding-bottom: 8%;}
    .section2 .h_news_lis .nmu {width: 94%;position: relative;left: 3%;height: 60px;line-height: 60px;}
    .section2 .h_news_lis .nmu span {font-size: 20px;margin-right: 3%;height: 60px;line-height: 60px;}
    .section2 .h_news_lis .nmu span.on {border-bottom: 2px #b51c24 solid;}
    .section2 .h_news_lis .nmu a.fr {font-size: 14px;}
    .section2 .h_news_lis .li {width: 94%;position: relative;left: 3%;}
    .section2 .h_news_lis .li ul li {font-size: 15px;line-height: 28px;padding-left: 100px;margin-top: 20px;height: 60px;}
    .section2 .h_news_lis .li .dt{font-size: 12px;line-height: 15px;left: 0px;width: 74px;top: 0px;}
    .section2 .h_news_lis .li .dt div {width: 66px;line-height: 12px;}
    .section2 .h_news_lis .li .dt span{line-height: 12px;}
    .section2 .h_news_lis .li .dt strong{font-size: 38px;line-height: 38px;}
    .section2 .h_news_lis .li ul li a {font-size: 15px;line-height: 22px;margin-top: 0px;}

    .section3 .swiper {position: relative;width: auto;height: 100%;}
    .section3 .swiper .swiper-slide {background: url(home_pic03.jpg) top center no-repeat;background-size: cover;width: 1920px;padding-left: 3%;}
    .section3 .s3_1 {position: absolute;top: 10%;width: 24%;left: 2%;opacity: 0}
    .section3 .info {position: absolute;top: 8%;background: url("home_pic03_fzlc_ico.png") left top no-repeat;padding-left: 45px;width: 18%;/*320px*/min-width: 120px;opacity: 0;}
    .section3 .info .t {color: #333333;font-size: 26px;line-height: 26px;margin-bottom: 12px;}
    .section3 .info .t strong {color: #67313f;}
    .section3 .info p {color: #434343;font-size: 18px;line-height: 26px;}
    .section3 .s3_2 {margin-top: 15%;left: 10%;}
    .section3 .s3_3 {background-position: right top;padding-left: 0px;padding-right: 45px;left: 36%;margin-top: 5%;text-align: right;}
    .section3 .s3_3 .t {text-align: right;}
    .section3 .s3_4 {right: 3%;left: auto;margin-top: 4%;}
    .section3 .s3_5 {left: 30%;background: url("home_pic03_fzlc_ico2.png") left top no-repeat;top: auto;bottom: 8%;margin-bottom: 0;}
    .section3 .s3_6 {right: 15%;background: url("home_pic03_fzlc_ico2.png") left top no-repeat;top: auto;left: auto;bottom: 12%;margin-bottom: 0;}

    .section4 .h_ywbk_m {width: 100%;left: 0;height: auto;margin-top: 45px;}
    .section4 .h_ywbk_m .h_rt_tit {text-align: center;font-size: 20px;line-height: 24px;}
    .section4 .h_ywbk_m .ywbk_mu_l {width: 94%;margin-top: 5px;margin-left: 3%;}
    .section4 .h_ywbk_m .ywbk_mu_l .swiper .swiper-slide  {width: 30%;height: 100%;}
    .section4 .h_ywbk_m .ywbk_mu_l a {margin-right: 22px;position: relative;display: inline-block;font-weight: bold;font-size: 20px;color: #e5dadd;}
    .section4 .h_ywbk_m .ywbk_mu_l a.on, .section4 .h_ywbk_sw .ywbk_mu_l a:hover {color: #67313e;}
    .section4 .h_ywbk_m .ywbk_pc_info .info {width: 94%;position: relative;margin-top: 30px;left: 3%;}
    .section4 .h_ywbk_m .ywbk_pc_info .info .t {font-size: 18px;color: #000000;line-height: 32px;margin-bottom: 5px;}
    .section4 .h_ywbk_m .ywbk_pc_info .info .wz {font-size: 15px;color: #666666;line-height: 26px;margin-bottom: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;}
    .section4 .h_ywbk_m .ywbk_pc_info .info .more {font-size: 16px;color: #000000;line-height: 32px;height: 32px;position: relative;width: 100px;}
    .section4 .h_ywbk_m .ywbk_pc_info .info .more i {width: 32px;background: url("home_more_ico.png") right center no-repeat;line-height: 32px;height: 32px;position: absolute;right: 0;}
    .section4 .h_ywbk_m .ywbk_pc_info .swiper {position: relative;width: 100%;height: auto;}
    .section4 .h_ywbk_m .ywbk_pc_info .swiper .swiper-slide  {width: 100%;height: 100%;padding-bottom: 40px;}
    .section4 .h_ywbk_m .ywbk_pc_info .swiper .swiper-slide .pic {height: auto;object-fit:none;}
    .section4 .h_ywbk_m .ywbk_pc_info .swiper .swiper-slide img {width: 100%;height: auto;object-fit:none}
    .section4 .h_ywbk_m .ywbk_pc_info .swiper .swiper-button-prev,
    .section4 .h_ywbk_m .ywbk_pc_info .swiper .swiper-button-next {top: 50%;width: 40px;height: 40px;background: #67313f;border-radius: 20px;background-image: none;display: none;}
    .section4 .h_ywbk_m .ywbk_pc_info .swiper .swiper-button-next {/*background: url("home_banner_ico.png") center no-repeat;opacity: 1;*/}
    .section4 .h_ywbk_m .ywbk_pc_info .swiper .swiper-button-prev {/*background: url("home_banner_ico.png") center no-repeat;opacity: 1;*/}

    .section5 .h_contact {right: 0;width: 94%;margin-left: 3%;float: none;margin-top: 0;padding-top: 45px;}
    .section5 .h_contact .h_rt_tit {border-bottom: 1px #c4c5c6 solid;padding-bottom: 14px;margin-bottom: 16px;}
    .section5 .h_contact .wz img {margin-left: -60px;width: 50%;left: 50%;position: relative;}
    .section5 .bg_ico {position: absolute;width: 100%;height: 60%;bottom: 0px;right: 0;z-index: 99;background: url("home_contact_ico.png") bottom center no-repeat;background-size: 100% auto;}
    .section5 .bgr {width: 100%;height: 100%;background: #f5f6f7;}



    .section2 {background: url("home_new_tit.png") left 30% no-repeat #824052;background-size: 100% auto;}
    .section3 {background: none;height: 1080px;}
    .section4 {background: #ffffff/*url("home_pic04.jpg") top center no-repeat*/;background-size: 100% auto;}

}


@media screen and (max-width: 640px) {
    .home2_banner .swiper-container .swiper-slide .info { margin-top: -30px;}
    .home2_banner .swiper-container .swiper-slide .info .t {font-size: 16px;color: #ffffff;line-height: 24px;}
    .home2_banner .swiper-container .swiper-slide .info .b {font-size: 19px;color: #ffffff;line-height: 28px;}
    .home2_banner .swiper-container .swiper-slide:nth-child(1) .info .b {width: 200px;}
    .ywbkSwiperS {display: inline-block;margin-left: 3%;}
    .ywbkSwiperS .swiper-container .swiper-slide {width: 44%;}
  

    .lishi {background: url("m_banshi_1.jpg") top no-repeat;background-size: cover!important;}
    .lishi .lsSwiperS {height: 80px;top: 80px}
    .lishi .swiper-button-prev, .lishi .swiper-button-next {display: none;}
    .lishi .lsSwiperS .swiper-slide{width: 146px;padding-top: 10px;background: none;}
    .lishi .lsSwiperS .swiper-slide:nth-child(1) {padding-top: 10px;}
    .lishi .lsSwiperS .swiper-slide:nth-child(2) {padding-top: 10px;}
    .lishi .lsSwiperS .swiper-slide:nth-child(3) {padding-top: 10px;}
    .lishi .lsSwiperS .swiper-slide:nth-child(4) {padding-top: 10px;}
    .lishi .lsSwiperS .swiper-slide:nth-child(5) {padding-top: 10px;}
    .lishi .lsSwiperS .swiper-slide:nth-child(6) {padding-top: 10px;}
    .lishi .lsSwiperS .swiper-slide:nth-child(7) {padding-top: 10px;}
    .lishi .lsSwiperS .swiper-slide .nians {padding-top: 6px;}
    .lishi .lsSwiperS .swiper-slide .nians:before {content: "";transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;
        width: 100%;
        height: 3px;
        border-bottom: 1px rgba(255,255,255,.53) solid;
        position: absolute;
        right: 0;
        bottom: 8px;
        z-index: 1;}
    .lishi .lsSwiperS .swiper-slide .nians .w {display: none;}
    .lishi .lsSwiperS .swiper-slide .nians .nian_font {font-weight: bold;font-size: 24px;color: #ffffff;}
    .lishi .lsSwiperS .swiper-slide .nians .wei {width: 8px;height: 8px;border-radius: 4px;background: none;margin-top: 6px;}
    .lishi .lsSwiperS .swiper-slide:nth-child(1) .nians .wei,
    .lishi .lsSwiperS .swiper-slide:nth-child(6) .nians .wei,
    .lishi .lsSwiperS .swiper-slide:nth-child(7) .nians .wei {margin-top: 6px;}
    .lishi .lsSwiperS .swiper-slide-thumb-active .nians .w {display: none;}
    .lishi .lsSwiperS .swiper-slide-thumb-active .nians .nian_font {font-size: 24px;color: #ffffff;margin-top: 0px;}
    .lishi .lsSwiperS .swiper-slide-thumb-active .nians .wei {background: url('home_lscl_ico.png') center no-repeat; width: 21px; height: 21px;margin-left: 54px;}
    .lishi .lsSwiperS .swiper-slide:nth-child(1).swiper-slide-thumb-active .nians .nian_font,
    .lishi .lsSwiperS .swiper-slide:nth-child(4).swiper-slide-thumb-active .nians .nian_font {margin-top: 0px;}

    .lishi .lsSwiperB {height: 140px;display: inline-block;position: relative;top: 100px;}
    .lishi .lsSwiperB .swiper-slide .info  {text-align: center;}
    .lishi .lsSwiperB .swiper-slide .info  .w {font-size: 20px;color: #ffffff;line-height: 32px;}
    .lishi .lsSwiperB .swiper-slide .info  .w:nth-child(1) {font-size: 22px;}
  
}
</pre></body></html>